curl --request POST \
--url https://api.topsort.com/public/v1/segment-service/segments/{segment-id}/upload \
--header 'Content-Type: multipart/form-data' \
--form file=@example-file
This response does not have an example.
Uploads a file with segment users.
curl --request POST \
--url https://api.topsort.com/public/v1/segment-service/segments/{segment-id}/upload \
--header 'Content-Type: multipart/form-data' \
--form file=@example-file
This response does not have an example.
The external ID of the segment.
The action to perform on the segment.
add
, remove
, replace
Successful Response